home *** CD-ROM | disk | FTP | other *** search
-
- /* Copyright(C) 1993, The MITRE Corporation */
-
- #import <appkit/View.h>
-
- @interface colorView:View
- {
- NXColor viewColor;
- }
-
- - setBackgroundColor:(NXColor)color;
- - setBackgroundGray:(float)gray;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
-
-
- @end
-